home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00384.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  278 b   |  12 lines

  1. on exitFrame
  2.   global md1, movPC, curSND
  3.   set curSND to "vicki2.aif"
  4.   set movPC to 12
  5.   setnavi()
  6.   sound fadeIn 1, 120
  7.   puppetSound("vicki2.aif")
  8.   puppetSprite(6, 1)
  9.   set the cursor of sprite 6 to [50, 51]
  10.   set md1 to the duration of cast the castNum of sprite 6 - 3
  11. end
  12.